home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / admin / dig-2.0 / dig-2 / dig.2.0 / qtime.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-09-01  |  411 b   |  23 lines

  1.  
  2. /*
  3. ** Written with 'dig' version 2.0 from University of Southern
  4. ** California Information Sciences Institute (USC-ISI). 9/1/90
  5. */
  6.  
  7. #include <stdio.h>
  8. #include <sys/time.h>
  9. #include <sys/types.h>
  10.  
  11. #define HMAXQTIME 20
  12.  
  13. struct timelist {
  14.   u_short id;
  15.   struct timeval time;
  16. };
  17.  
  18.  
  19. extern struct timelist _qtime[];
  20. extern struct timeval  hqtime;
  21. extern struct timeval  *difftv();
  22. extern u_short hqcount, hxcount;
  23.